-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(ui): add option to add picture link for groups #9882
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Wait for CI before merge
smoke-test/tests/cypress/cypress/e2e/settings/managing_groups.js
Outdated
Show resolved
Hide resolved
nice PR. once comments are addressed this is looking good |
result.setPictureLink( | ||
(Objects.requireNonNull(corpGroupEditableInfo.getPictureLink(GetMode.DEFAULT))).toString()); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what happens for existing cases where picture link might not be set? Have you tested opening the UI for an existing group?
…9882) Co-authored-by: gaurav2733 <gaurav.wagh@apptware.com>
Checklist